func runtime.mutexPreferLowLatency

4 uses

	runtime (current package)
		lock_spinbit.go#L134: func mutexPreferLowLatency(l *mutex) bool {
		lock_spinbit.go#L214: 		if weSpin || atTail || mutexPreferLowLatency(l) {
		lock_spinbit.go#L358: 		mutexPreferLowLatency(l)) { // prefer waiters be awake as much as possible
		lock_spinbit.go#L425: 			if v&mutexSpinning == 0 || mutexPreferLowLatency(l) {